updating shell.nix
This commit is contained in:
parent
59a9ee3000
commit
01e6a2654d
1 changed files with 1 additions and 3 deletions
|
@ -7,15 +7,13 @@ mkShell rec {
|
||||||
gcc
|
gcc
|
||||||
gnumake
|
gnumake
|
||||||
clang
|
clang
|
||||||
# clang-tools
|
clang-tools
|
||||||
qtcreator
|
qtcreator
|
||||||
cmake
|
cmake
|
||||||
extra-cmake-modules
|
extra-cmake-modules
|
||||||
pkg-config
|
pkg-config
|
||||||
libsForQt5.wrapQtAppsHook
|
libsForQt5.wrapQtAppsHook
|
||||||
makeWrapper
|
makeWrapper
|
||||||
# gccStdenv
|
|
||||||
# stdenv
|
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue