mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-18 06:19:11 +00:00
gol-c: remove package
Not really needed so we're removing it.
This commit is contained in:
parent
6eb80bb910
commit
244fe6fee7
@ -13,7 +13,6 @@ let
|
||||
domterm = callPackage ./domterm { };
|
||||
freerct = callPackage ./freerct.nix { };
|
||||
distant = callPackage ./distant.nix { };
|
||||
gol-c = callPackage ./gol-c.nix { };
|
||||
gnome-search-provider-recoll =
|
||||
callPackage ./gnome-search-provider-recoll.nix { };
|
||||
guile-config = callPackage ./guile-config.nix { };
|
||||
|
@ -1,22 +0,0 @@
|
||||
{ stdenv, lib, fetchFromGitHub }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "GOL-C";
|
||||
version = "unstable-2022-03-25";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "FlynnOwen";
|
||||
repo = "GOL-C";
|
||||
rev = "02c76a178887c88aeff72e906c0dd5edba67aebe";
|
||||
sha256 = "sha256-tlNuAIQUIfvTjeWo7O6X0MLSGX1v7yFZTsatY8gWNxA=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
install -Dm755 GOL -t $out/bin
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Game of Life implementation in C";
|
||||
homepage = "https://github.com/FlynnOwen/GOL-C";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user