assume sources on local disc
This commit is contained in:
parent
f39008e7f4
commit
bfb86d1a30
1 changed files with 15 additions and 13 deletions
28
shell.nix
28
shell.nix
|
@ -13,13 +13,14 @@ let
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "nanovg";
|
pname = "nanovg";
|
||||||
version = "0.5.2.0";
|
version = "0.5.2.0";
|
||||||
src = pkgs.fetchFromGitHub {
|
#src = pkgs.fetchFromGitHub {
|
||||||
owner = "nek0";
|
# owner = "nek0";
|
||||||
repo = "nanovg-hs";
|
# repo = "nanovg-hs";
|
||||||
rev = "21868dc2c8e6eae8e7c0962d22890a8f2522cab0";
|
# rev = "21868dc2c8e6eae8e7c0962d22890a8f2522cab0";
|
||||||
sha256 = "0diyyajniyxzmg5za34crwwlajf40x8bplja6mbgv2syax5d446d";
|
# sha256 = "0diyyajniyxzmg5za34crwwlajf40x8bplja6mbgv2syax5d446d";
|
||||||
fetchSubmodules = true;
|
# fetchSubmodules = true;
|
||||||
};
|
#};
|
||||||
|
src = ../nanovg-hs;
|
||||||
revision = "1";
|
revision = "1";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
|
@ -40,12 +41,13 @@ let
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "affection";
|
pname = "affection";
|
||||||
version = "0.0.0.9";
|
version = "0.0.0.9";
|
||||||
src = pkgs.fetchFromGitHub {
|
#src = pkgs.fetchFromGitHub {
|
||||||
owner = "nek0";
|
# owner = "nek0";
|
||||||
repo = "affection";
|
# repo = "affection";
|
||||||
rev = "33c99b8888328e4ed17f5c65ac49f5eab2645549";
|
# rev = "33c99b8888328e4ed17f5c65ac49f5eab2645549";
|
||||||
sha256 = "0psqxqj1a8l5fia49ay2pb72kjnw5i54m6dcmrpz5hi1654aznll";
|
# sha256 = "0psqxqj1a8l5fia49ay2pb72kjnw5i54m6dcmrpz5hi1654aznll";
|
||||||
};
|
#};
|
||||||
|
src = ../affection;
|
||||||
revision = "1";
|
revision = "1";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
|
|
Loading…
Reference in a new issue