mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
xulrunner: fix path to configure script
This commit is contained in:
parent
adb74ad2f9
commit
60b4d47f90
1 changed files with 1 additions and 1 deletions
|
@ -65,9 +65,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
preConfigure =
|
||||
''
|
||||
configureScript=$(pwd)/configure
|
||||
mkdir ../objdir
|
||||
cd ../objdir
|
||||
configureScript=../mozilla-release/configure
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue