diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-05-26 19:19:47 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-05-26 19:19:47 +0200 |
| commit | 1e2e1755beb592f86f61337524121b98063a0d89 (patch) | |
| tree | 901323e647b960b189f8b83722b856f00194e801 /default.nix | |
| parent | 9328f80240f3b2d5fffab7e1e04ffeff05c08c04 (diff) | |
| download | libs-lbm-1e2e1755beb592f86f61337524121b98063a0d89.tar.gz | |
Dangling
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/default.nix b/default.nix index 4ae4b71..c4fe8d1 100644 --- a/default.nix +++ b/default.nix @@ -40,38 +40,13 @@ let }; }; - sci_tools = let - scitoolsSrc = stdenv.mkDerivation { - name = "scitools-src"; - - src = builtins.fetchurl { - url = "https://git.keldu.de/apps-science_tools/snapshot/master.tar.gz"; - sha256 = "e91c18fef798dd7b3afbd1615c2e320b90a74aa2d7ef726801a76e3f7f77ae81"; - }; - - phases = [ "unpackPhase" "installPhase" ]; - - unpackPhase = '' - mkdir source - tar -xzf "$src" -C source --strip-components=1 - ''; - - installPhase = '' - cp -r source $out - ''; - }; - in - (import "${scitoolsSrc}/default.nix" { - inherit stdenv clang-tools forstio; - }); - forstio = let forstioSrc = stdenv.mkDerivation { name = "forstio-src"; src = builtins.fetchurl { url = "https://git.keldu.de/forstio-forstio/snapshot/master.tar.gz"; - sha256 = "sha256:17zsz10lj5dgqw3fmassgqlhbwgpd7zznbq8cl0sw1v816w3ca8z"; + sha256 = "sha256:026scvd9015blphbj49d0cv5wfrxh1szzdv3p212wzk4iw643akj"; }; phases = [ "unpackPhase" "installPhase" ]; |
