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

Commits on Oct 3, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Copy the full SHA
    a0e2310 View commit details

Commits on Jan 16, 2020

  1. Merge pull request #63121 from schneefux/pkg/remove-shaarli-material

    shaarli-material: Mark as broken
    worldofpeace authored Jan 16, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f25df34 View commit details
Showing with 4 additions and 1 deletion.
  1. +4 −1 pkgs/servers/web-apps/shaarli/material-theme.nix
5 changes: 4 additions & 1 deletion pkgs/servers/web-apps/shaarli/material-theme.nix
Original file line number Diff line number Diff line change
@@ -26,10 +26,13 @@ stdenv.mkDerivation rec {
'';

meta = with stdenv.lib; {
# This package has not been updated for the new build process
# introduced in 0.10.3 which depends on npm and gulp.
broken = true;
description = "A theme base on Google's Material Design for Shaarli, the superfast delicious clone";
license = licenses.mit;
homepage = https://github.com/kalvn/Shaarli-Material;
maintainers = with maintainers; [ schneefux ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}