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: 4e03e34b3b1c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 150b510420e7
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 22, 2020

  1. pythonPackages.pyside2: unmark as broken

    It builds fine.
    
    Fixes: c6be4c1 ("treewide: mark broken packages for 20.03")
    bjornfor committed Apr 22, 2020
    Copy the full SHA
    56e8991 View commit details
  2. pythonPackages.pyside2-tools: unmark as broken

    It builds fine.
    
    Fixes: c6be4c1 ("treewide: mark broken packages for 20.03")
    bjornfor committed Apr 22, 2020
    Copy the full SHA
    150b510 View commit details
Showing with 0 additions and 2 deletions.
  1. +0 −1 pkgs/development/python-modules/pyside2-tools/default.nix
  2. +0 −1 pkgs/development/python-modules/pyside2/default.nix
1 change: 0 additions & 1 deletion pkgs/development/python-modules/pyside2-tools/default.nix
Original file line number Diff line number Diff line change
@@ -31,6 +31,5 @@ stdenv.mkDerivation {
license = licenses.gpl2;
homepage = "https://wiki.qt.io/Qt_for_Python";
maintainers = with maintainers; [ gebner ];
broken = true;
};
}
1 change: 0 additions & 1 deletion pkgs/development/python-modules/pyside2/default.nix
Original file line number Diff line number Diff line change
@@ -34,6 +34,5 @@ stdenv.mkDerivation rec {
license = licenses.lgpl21;
homepage = "https://wiki.qt.io/Qt_for_Python";
maintainers = with maintainers; [ gebner ];
broken = true;
};
}