Unverified Commit 5ca957d7 authored by Johannes Jöns's avatar Johannes Jöns Committed by GitHub
Browse files

cosmic-notifications: 1.0.0-alpha.1 -> 1.0.0-alpha.2 (#344506)

parents 2aa6c283 a0326554
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

rustPlatform.buildRustPackage rec {
  pname = "cosmic-notifications";
  version = "1.0.0-alpha.1";
  version = "1.0.0-alpha.2";

  src = fetchFromGitHub {
    owner = "pop-os";
@@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec {
  };

  postPatch = ''
    substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)"
    substituteInPlace justfile --replace-fail '#!/usr/bin/env' "#!$(command -v env)"
  '';

  nativeBuildInputs = [ just which pkg-config makeBinaryWrapper ];