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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c2369dda083e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 48c24a8b6b85
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 9, 2018

  1. Copy the full SHA
    156dfd6 View commit details

Commits on Apr 19, 2018

  1. Merge pull request #38644 from magnetophon/faust

    faust: add more faust2appl scripts
    matthewbauer authored Apr 19, 2018
    Copy the full SHA
    48c24a8 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 pkgs/applications/audio/faust/faust1.nix
  2. +1 −1 pkgs/applications/audio/faust/faust2.nix
2 changes: 1 addition & 1 deletion pkgs/applications/audio/faust/faust1.nix
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ let
# faust.wrapWithBuildEnv.
postInstall = ''
# syntax error when eval'd directly
pattern="faust2!(svg)"
pattern="faust2!(*@(atomsnippets|graph|graphviewer|md|plot|sig|sigviewer|svg))"
(shopt -s extglob; rm "$out"/bin/$pattern)
'';

2 changes: 1 addition & 1 deletion pkgs/applications/audio/faust/faust2.nix
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ let
# faust.wrapWithBuildEnv.
postInstall = ''
# syntax error when eval'd directly
pattern="faust2!(svg)"
pattern="faust2!(*@(atomsnippets|graph|graphviewer|md|plot|sig|sigviewer|svg))"
(shopt -s extglob; rm "$out"/bin/$pattern)
'';