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

Commits on Jun 10, 2019

  1. udisks1: mark as broken

    The build has been broken for a long time; udisks1 is
    also deprecated.
    joachifm committed Jun 10, 2019
    Copy the full SHA
    404c2e5 View commit details
  2. udisks-glue: mark as broken

    The only consumer of udisks1
    joachifm committed Jun 10, 2019
    Copy the full SHA
    f83357f View commit details
  3. Merge pull request #62946 from joachifm/feat/udisks1-broken

    udisks1: mark as broken
    joachifm authored Jun 10, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c58b5f6 View commit details
Showing with 4 additions and 0 deletions.
  1. +2 −0 pkgs/os-specific/linux/udisks-glue/default.nix
  2. +2 −0 pkgs/os-specific/linux/udisks/1-default.nix
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/udisks-glue/default.nix
Original file line number Diff line number Diff line change
@@ -19,5 +19,7 @@ stdenv.mkDerivation {
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [pSub];
license = stdenv.lib.licenses.bsd2;
broken = true;
hydraPlatforms = [];
};
}
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/udisks/1-default.nix
Original file line number Diff line number Diff line change
@@ -40,5 +40,7 @@ stdenv.mkDerivation rec {
description = "A daemon and command-line utility for querying and manipulating storage devices";
platforms = platforms.linux;
license = with licenses; [ gpl2 lgpl2Plus ];
broken = true;
hydraPlatforms = [];
};
}