Commit 98002580 authored by Emily's avatar Emily
Browse files

ccextractor: adopt

I did once try to use this program (although it didn’t work, if I
recall correctly), so I guess I have no excuse not to…

If someone else stepped up to maintain this that would be better,
though.
parent b546361c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
    # during Linking C executable ccextractor
    broken = stdenv.isAarch64;
    license = lib.licenses.gpl2Only;
    maintainers = [ ];
    maintainers = [ lib.maintainers.emily ];
    mainProgram = "ccextractor";
  };
})