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

Commits on Sep 19, 2017

  1. lenmus: removing custom cmakeFlags

    Samuel Leathers committed Sep 19, 2017

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    minijackson Rémi NICOLE
    Copy the full SHA
    2c22522 View commit details
  2. Merge pull request #29573 from disassembler/lenmus

    lenmus: removing custom cmakeFlags
    Mic92 authored Sep 19, 2017
    Copy the full SHA
    ad16a82 View commit details
Showing with 0 additions and 4 deletions.
  1. +0 −4 pkgs/applications/misc/lenmus/default.nix
4 changes: 0 additions & 4 deletions pkgs/applications/misc/lenmus/default.nix
Original file line number Diff line number Diff line change
@@ -16,10 +16,6 @@ stdenv.mkDerivation rec {
sha256 = "1n639xr1qxx6rhqs0c6sjxp3bv8cwkmw1vfk1cji7514gj2a9v3p";
};

cmakeFlags = [
"-DCMAKE_INSALL_PREFIX=$out"
];

enableParallelBuilding = true;

patches = [