Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 7329dfcc6348
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: bf3bd5fee1d7
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Mar 29, 2020

  1. skawarePackages: support static builds via pkgsStatic

    Most of the skaware packages already build just fine with pkgsStatic,
    however the wrapper scripts for execline and stdnotify-wrapper needed
    the `-lskarlib` argument to go at the end.
    
    `utmps` and `nsss` still fail with this error:
    
    ```
    exec ./tools/install.sh -D -m 600 utmps-utmpd /bin/utmps-utmpd
    /build/utmps-0.0.3.1/tools/install.sh: line 48: can't create /bin/utmps-utmpd.tmp.479: Permission denied
    make: *** [Makefile:121: /bin/utmps-utmpd] Error 1
    ```
    Profpatsch committed Mar 29, 2020
    Copy the full SHA
    bf3bd5f View commit details
    Browse the repository at this point in the history