-
-
Notifications
You must be signed in to change notification settings - Fork 17.2k
dwm{,-status}, dmenu{,-wayland}, st (+ forks): move to by-name, refactor
#424634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
by-name, refactorby-name, refactor
Also added `extraLibs`, like st has
It's no longer necessary + this allows for compiling with extraLibs, if config.mk was patched
2cb66c8 to
6db8833
Compare
by-name, refactorby-name, refactor
Also added support for `conf` and `extraLibs`
| @@ -50,25 +49,22 @@ stdenv.mkDerivation rec { | |||
| makeFlagsArray+=( | |||
| PREFIX="$out" | |||
| CC="$CC" | |||
| # default config.mk hardcodes dependent libraries and include paths | |||
| INCS="`$PKG_CONFIG --cflags fontconfig x11 xft xinerama`" | |||
| LIBS="`$PKG_CONFIG --libs fontconfig x11 xft xinerama`" | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds fine to drop. Initial fix was a workaround for libxft missing dependency.
|
cc @neonfuz (wasn't pinged for some reason) |
Qusic
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approving dmenu and st. thanks!
|
Personal checks
Refactor includes:
recwithfinalAttrswith lib;Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.