[Nix-dev] "nix-shell --pure -p qt5.qtbase --run qmake" not finding linux-g++
Bjørn Forsman
bjorn.forsman at gmail.com
Sun Jan 22 16:15:34 CET 2017
Hi all,
Didn't this use to work?
$ nix-shell --pure -p qt5.qtbase --run qmake
Could not find qmake configuration file linux-g++.
Error processing project file: /home/bfo/test.pro
(test.pro can be an empty file, just for testing this issue.)
The linux-g++ mkspec file is in the .dev output, but adding that to
the above command doesn't fix it either.
$ ls -l $(nix-build -A qt5.qtbase.dev '<nixpkgs>')/mkspecs/linux-g++
total 8
-r--r--r-- 1 root root 261 jan. 1 1970 qmake.conf
-r--r--r-- 1 root root 2911 jan. 1 1970 qplatformdefs.h
Best regards,
Bjørn Forsman
More information about the nix-dev
mailing list