Skip to content

Commit

Permalink
Tries to fix, again
Browse files Browse the repository at this point in the history
  • Loading branch information
LuNeder authored Jul 15, 2024
1 parent e989d93 commit a2d6187
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ stdenv.mkDerivation (f: {
makeWrapper
pcre2
pkg-config
(python3Packages.python.withPackages (p: [ p.setuptools ]))
python3Packages.distlib
python3Packages.distutils-extra
python3Packages.cython
Expand All @@ -67,8 +68,6 @@ stdenv.mkDerivation (f: {
mesa_glu
pcre2
protobuf
python3Packages.distlib
python3Packages.distutils-extra
xorg.libXcursor
xorg.libXdmcp
xorgserver
Expand All @@ -84,8 +83,6 @@ stdenv.mkDerivation (f: {
pythonPath = with python3Packages; [
pycairo
pygobject3
distutils-extra
distlib
];

postFixup = ''
Expand Down

0 comments on commit a2d6187

Please sign in to comment.