about summary refs log tree commit diff
path: root/pkgs/applications/science/misc
diff options
context:
space:
mode:
authorPiotr Bogdan <ppbogdan@gmail.com>2017-11-02 12:54:20 +0000
committerPiotr Bogdan <ppbogdan@gmail.com>2017-11-02 13:53:36 +0000
commit8904ce343a67071dd080260d356fea556de7d0f2 (patch)
tree2ebffc24e1d4f6ea56477b5f6acc82b442a1b266 /pkgs/applications/science/misc
parent7f921735e76076196a93fa55c234a6f1d01534a9 (diff)
downloadnixlib-8904ce343a67071dd080260d356fea556de7d0f2.tar
nixlib-8904ce343a67071dd080260d356fea556de7d0f2.tar.gz
nixlib-8904ce343a67071dd080260d356fea556de7d0f2.tar.bz2
nixlib-8904ce343a67071dd080260d356fea556de7d0f2.tar.lz
nixlib-8904ce343a67071dd080260d356fea556de7d0f2.tar.xz
nixlib-8904ce343a67071dd080260d356fea556de7d0f2.tar.zst
nixlib-8904ce343a67071dd080260d356fea556de7d0f2.zip
fix source root locations.
These have changed following commit
https://github.com/NixOS/nixpkgs/commit/c3255fe8ec326d2c8fe9462d49ed83aa64d3e68f.

See also:

- https://github.com/NixOS/nixpkgs/pull/31004
- https://github.com/NixOS/nixpkgs/pull/31106
Diffstat (limited to 'pkgs/applications/science/misc')
-rw-r--r--pkgs/applications/science/misc/golly/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/science/misc/golly/default.nix b/pkgs/applications/science/misc/golly/default.nix
index 8902bacf11ca..94e7c0efaaee 100644
--- a/pkgs/applications/science/misc/golly/default.nix
+++ b/pkgs/applications/science/misc/golly/default.nix
@@ -20,7 +20,9 @@ stdenv.mkDerivation rec {
     inherit (s) url sha256;
   };
 
-  sourceRoot="${name}-src/gui-wx/configure";
+  setSourceRoot = ''
+    sourceRoot=$(echo */gui-wx/configure)
+  '';
 
   # Link against Python explicitly as it is needed for scripts
   makeFlags=[